home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / auror120.zip / ACFG.A < prev    next >
Text File  |  1994-01-14  |  19KB  |  421 lines

  1.  
  2. //┌────────────────────────────────────────────────────────────────────┐
  3. //│ The Aurora Editor v1.20  - Configuration Settings                  │
  4. //│                                                                    │
  5. //│ Please keep a backup copy of this file.                            │
  6. //│                                                                    │
  7. //│ For a description of these configuration settings, select the      │
  8. //│ "Configuration" item on the "Help" pull-down menu.                 │
  9. //│                                                                    │
  10. //│ To change a configuration setting, locate the desired setting in   │
  11. //│ this file and type in the new value for the setting. Do NOT change │
  12. //│ the name of the setting. String values containing blanks or        │
  13. //│ punctuation (',' or '.') should be enclosed in quotes and preceded │
  14. //│ by the '@' character. Do not add or remove any punctuation.        │
  15. //│                                                                    │
  16. //│ When you are finished, save this file and select "Restore          │
  17. //│ Settings" from the "Set" pulldown menu. Exit and re-enter the      │
  18. //│ editor for your changes to take effect.                            │
  19. //└────────────────────────────────────────────────────────────────────┘
  20.  
  21.   obj  prf (
  22.  
  23.     set%
  24.  
  25.  
  26.  // Video ───────────────────────────────────────────────────────────────
  27.  
  28.     VidCols          0               ,// video columns (0=default)
  29.     VidRows          0               ,// video rows (0=default)
  30.  
  31.     VidStr           @"░"            ,// video background fill string
  32.                                       //   (null=use existing bkgnd)
  33.  
  34.     VidSav           y               ,// (y/n) restore screen on exit
  35.                                       //   (registered version only)
  36.  
  37.  
  38.   // Mouse ──────────────────────────────────────────────────────────────
  39.  
  40.     Mouse            y               ,// (y/n) enable/disable mouse
  41.     MouReverse       n               ,// (y/n) reverse mouse buttons
  42.  
  43.     MouSenX          5               ,// x sensitivity (lower=sensitive)
  44.     MouSenY          12              ,// y sensitivity (lower=sensitive)
  45.     MouDst           50              ,// double-speed threshold
  46.  
  47.     MouDouble        300             ,// double-click interval (in msec)
  48.     MouHold          300             ,// mouse hold time (in msec)
  49.     MouDelay         0               ,// mouse repeat delay (in msec)
  50.                                       //   0=fast (try 0,8,16,24,30)
  51.  
  52.     MouMrkS          r               ,// default mark on single-click & drag
  53.                                       //   (r=column, l=line, s=stream)
  54.  
  55.     MouMrkD          l               ,// default mark type on double-click
  56.                                       //   & drag (see MouMrkS above)
  57.  
  58.  
  59.  // Word Processing ─────────────────────────────────────────────────────
  60.  
  61.     TabWidth         8               ,// tab width for interval tabs
  62.  
  63.     Tabs             @"4 8 16 24 50 72"            ,// variable tab stops
  64.  
  65.     VarTabs          n               ,// (y/n) default to variable tabs ON
  66.     SmartTabs        n               ,// (y/n) default to smart tabs ON
  67.     WordWrap         n               ,// (y/n) default to word wrap ON
  68.  
  69.     LMargin          3               ,// left margin
  70.     RMargin          72              ,// right margin
  71.     Indent           0               ,// paragraph indent
  72.  
  73.  
  74.  // Default File Extensions ─────────────────────────────────────────────
  75.  
  76.     DefExt           @"c h cpp doc txt a asm pas inc bat"               ,
  77.  
  78.  
  79.  // Open options ────────────────────────────────────────────────────────
  80.  
  81.     OpenOpt          f               ,// default load options (z=maximize,
  82.                                       //   f=full, c=cascade, n=minimize,
  83.                                       //   e=same window)
  84.  
  85.     LineDlm          0D0Ah           ,// default line delimiter
  86.  
  87.     BinaryLength     64              ,// default binary line length
  88.  
  89.     TruncLength      0               ,// maximum line length at load
  90.                                       //   (0=editor maximum)
  91.  
  92.     FmgrOpt          dhf             ,// file manager options (d=subdir,
  93.                                       //   (d=subdirectories, h=hidden &
  94.                                       //   system files, k=show sizes in
  95.                                       //   1k increments, f=directories
  96.                                       //   first when sorting by name)
  97.  
  98.     FmgrSrt          n               ,// default file manager sort
  99.                                       //   (n=name, s=size, d=date,
  100.                                       //    o or null=OS default)
  101.  
  102.     FmgrQuit         n               ,// (y/n) close file mgr window when
  103.                                       //   loading file from file mgr
  104.  
  105.  
  106.  // Save options ─────────────────────────────────────────────────────-──
  107.  
  108.     Backup           y               ,// (y/n) default to backup ON
  109.  
  110.     BakDir           @""             ,// backup directory
  111.                                       //   (null=directory of file)
  112.  
  113.     BakExt           @"BAK"          ,// file extension for backup
  114.  
  115.     SaveEOF          n               ,// (y/n) append Ctrl-Z to end of
  116.                                       //   file when saving
  117.  
  118.     AutoSave         0               ,// seconds between automatic saves
  119.                                       //   (0=OFF)
  120.  
  121.  
  122.  // Editing preferences ─────────────────────────────────────────────────
  123.  
  124.     UndoSize         300             ,// undo/redo stack size
  125.  
  126.     HistSize         50              ,// prompt history size
  127.  
  128.     ClipName         @"clipboard"    ,// default clipboard name
  129.  
  130.     Insert           y               ,// (y/n) default to insert mode ON
  131.  
  132.     EnterIns         s               ,// <Enter> key behavior in INS mode
  133.                                       //   (s=split, i=ins line, null=to
  134.                                       //   beginning of next line)
  135.  
  136.     EnterOvl                         ,// <Enter> key behavior in OVL mode
  137.                                       //   (see EnterIns above)
  138.  
  139.     TabShift         y               ,// (y/n) shift text on tab left or
  140.                                       //   tab right in INS mode
  141.  
  142.     DelJoin          y               ,// (y/n) join lines if delete char
  143.                                       //   at end-of-line
  144.  
  145.     BakJoin          y               ,// (y/n) join lines if backspace at
  146.                                       //   column one
  147.  
  148.     BakOvl           n               ,// (y/n) backspace overlay if not
  149.                                       //   in insert mode
  150.  
  151.     CopyLine         y               ,// (y/n) block copy repeats current
  152.                                       //   line if nothing marked
  153.  
  154.     DelLine          n               ,// (y/n) block delete deletes current
  155.                                       //   line if nothing marked
  156.  
  157.     AutoMark         ptb             ,// default marking for block cmds
  158.                                       //   (p=paragraph, l=line, null=none,
  159.                                       //   if p then t=to top, b=to bot)
  160.  
  161.     MoveMark         y               ,// (y/n) move mark on copy & overlay
  162.     DrawMark         y               ,// (y/n) cursor movement sizes mark
  163.     CurHigh          y               ,// (y/n) highlight cursor line
  164.     RepEnd           n               ,// (y/n) repeat End/Home keys
  165.  
  166.     MatchChar        n               ,// (y/n) default to match char ON
  167.     AutoIndent       y               ,// (y/n) default to autoindent ON
  168.  
  169.     LineStyle        0               ,// default line draw style (0=single,
  170.                                       //   1=double horz, 2=double vert,
  171.                                       //   3=double, 4=erase)
  172.  
  173.     FastCursor       0               ,// cursor scroll acceleration
  174.                                       //   (0=none)
  175.  
  176.     MultCopy         n               ,// (y/n) allow loading of same file
  177.                                       //   or directory more than once
  178.  
  179.     OneWindow        n               ,// edit in "OneWindow" mode
  180.  
  181.     CurOT            80              ,// cursor top in OVL mode (0-99)
  182.     CurOB            90              ,// cursor bot in OVL mode (0-99)
  183.     CurIT            50              ,// cursor top in INS mode (0-99)
  184.     CurIB            90              ,// cursor bot in INS mode (0-99)
  185.  
  186.     SearchOpt        i               ,// default search options (i=ignore
  187.                                       //   case, r=reverse, b=block only,
  188.                                       //   g=global, w=whole word)
  189.  
  190.     ReplaceOpt                       ,// default replace options
  191.                                       //   (a=replace all, null=none)
  192.  
  193.     SearchWrap       n               ,// (y/n) wrap to file top/bot on
  194.                                       //   repeat last find/replace
  195.  
  196.     EOTLine          @""             ,// end-of-text line (null=default)
  197.  
  198.     ExitOpen         n               ,// (y/n) display open prompt on exit
  199.  
  200.  
  201.     // tailored prompt string positions
  202.     //
  203.     //  1-open                       11-macro command
  204.     //  2-open and insert            12-key macro open
  205.     //  3-rename                     13-key macro save
  206.     //  4-save as                    14-place & goto bookmark
  207.     //  5-os command                 15-block fill
  208.     //  6-save block                 16-open binary
  209.     //  7-find
  210.     //  8-replace                    18-global settings
  211.     //  9-goto line & column         19-user defined prompts
  212.     // 10-scan files                 20-file mgr command prompts
  213.  
  214.     // tailored prompt values (0=cmd line, 1=one-line box, 2=dlgbox):
  215.     Prompts          11111111111111111111
  216.  
  217.  
  218.  .set%
  219.  
  220.  // Window preferences ──────────────────────────────────────────────────
  221.  
  222.     EditStyle        nsmvh           ,// edit window style (n=north title,
  223.                                       //   s=south title, m=menu, h=horz
  224.                                       //   scrollbar, v=vert scrollbar
  225.                                       //   1=toolbar)
  226.  
  227.     EditTitle        nl              ,// edit window title location
  228.                                       //   (n=north, s=south, l=left,
  229.                                       //    c=center, r=right)
  230.  
  231.     EditStatus       nr              ,// edit window status location
  232.     EditCtls         n               ,// edit window controls location
  233.  
  234.     FmgrStyle        nsmvh           ,// file mgr window style
  235.     FmgrTitle        nl              ,// file mgr window title location
  236.     FmgrStatus       sl              ,// file mgr window status location
  237.     FmgrCtls         n               ,// file mgr window controls location
  238.  
  239.     BoxStyle         i1              ,// one-line box prompt style
  240.                                       //   (f=flat, i=3D-in, o=3D-out,
  241.                                       //    and border type 0-6)
  242.  
  243.     DlgStyle         i1              ,// dialog box style (see BoxStyle)
  244.                                       //   (f4=previous versions)
  245.  
  246.     TileNum          3               ,// number of tiles allowed before
  247.                                       //   2nd split when tiling windows
  248.  
  249.  
  250.  // Print options ───────────────────────────────────────────────────────
  251.  
  252.     PrtDev           PRN             ,// printer device name
  253.     PrtPag           0               ,// lines per page (0=continuous)
  254.     PrtSpace         1               ,// line spacing
  255.     PrtCop           1               ,// number of copies to print
  256.  
  257.     PrtIni           @""             ,// printer specific initialization
  258.                                       //   string
  259.  
  260.     PrtTop           0               ,// top margin
  261.     PrtBot           0               ,// bottom margin
  262.     PrtLeft          0               ,// left margin
  263.     PrtRight         0               ,// right margin
  264.  
  265.     PrtOpt           hpes            ,// default print options (h=header,
  266.                                       //   f=footer, p=page numbers,
  267.                                       //   l=line numbers, e=eject when
  268.                                       //   done, s=separator line)
  269.  
  270.  
  271.  // Desktop options ─────────────────────────────────────────────────────
  272.  
  273.     SaveWin          y               ,// (y/n) remember window/cursor pos
  274.  
  275.     SaveHis          y               ,// (y/n) save window/cursor position
  276.                                       //   and prompt history to A.HIS on
  277.                                       //   exit (and reload on entry)
  278.  
  279.     SaveMac          n               ,// (y/n) save all key macros to
  280.                                       //   A.MAC on exit (and reload on
  281.                                       //   entry)
  282.  
  283.     BootOpt          d               ,// action to take when starting the
  284.                                       //   editor and no filespec is
  285.                                       //   specified (d=last desktop,
  286.                                       //   f=file mgr, o=open prompt)
  287.  
  288.  
  289.  // Memory options ──────────────────────────────────────────────────────
  290.  
  291.     MaxXMS           -1              ,// maximum XMS memory (in k) to use
  292.                                       //   0=none, -1=available maximum
  293.  
  294.     MaxEMS           -1              ,// maximum EMS memory (in k) to use
  295.                                       //   0=none, -1=available maximum
  296.  
  297.     SwapFile1        @"c:\aurora@1.swp"          ,// primary swap file
  298.     SwapFile2        @"d:\aurora@2.swp"          ,// secondary swap file
  299.  
  300.  
  301.  // Other options ───────────────────────────────────────────────────────
  302.  
  303.     KeyEnh           y               ,// (y/n) test for enhanced keyboard
  304.  
  305.     KeyPad           y               ,// (y/n) use grey keypad keys as
  306.                                       //   function keys
  307.  
  308.     KeyTrim          n               ,// (y/n) trim keyboard buffer
  309.     Sound            y               ,// (y/n) enable/disable sound
  310.     SoundF           200             ,// beep frequency
  311.  
  312.  
  313.  // Char sets to define words for word functions ────────────────────────
  314.  
  315.     CSetA            @"a-zA-Z0-9_"                        ,// char set A
  316.     CSetB            @"a-zA-Z0-9_()\-./\\@{}~:^!#$%&`'"   ,// char set B
  317.     CSetC            @"-!-■"                            ,// char set C
  318.  
  319.     CSet             @CSetA          ,// default char set
  320.  
  321.  
  322.  // Text Translation ────────────────────────────────────────────────────
  323.  
  324.     TextTran         n               ,// (y/n) default to translate ON
  325.     TranObj          trn             ,// translation object name
  326.     TranCSet         @"a-zA-Z0-9_;"  ,// translation lookup char set
  327.  
  328.  
  329.  // Confirmations ───────────────────────────────────────────────────────
  330.  
  331.     ConDel           y               ,// (y/n) confirm on file delete
  332.     ConRpl           y               ,// (y/n) confirm on file replace
  333.     ConTch           y               ,// (y/n) confirm on file touch
  334.  
  335.  
  336.  // Colors ──────────────────────────────────────────────────────────────
  337.  
  338.     // background
  339.     coBak            121             ,// background color
  340.  
  341.     // border
  342.     coBor            120             ,// window border color
  343.     coFsh            168             ,// window border flash color
  344.     coCor            135             ,// window corner color
  345.     coCorI           120             ,// window corner inactive color
  346.  
  347.     // edit window colors
  348.     coEdiT           31              ,// edit text color
  349.     coEdiB           63              ,// edit block highlight color
  350.     coEdi0           155             ,// edit title color
  351.     coEdiS           112             ,// edit scroll color
  352.     coEdiM           112             ,// edit menu color
  353.     coEdiH           4               ,// edit menu highlight color
  354.     coEdiX           160             ,// edit menu bar highlight
  355.     coEdiZ           27              ,// edit end-of-text line color
  356.     coEdiC           14              ,// edit title control color
  357.     coEdiF           26              ,// edit text fold color
  358.     coEdiG           47              ,// edit search-found highlight color
  359.     coEdiL           30              ,// edit cursor line highlight color
  360.     coEdiD           31              ,// edit modified line color
  361.     coEdiDL          30              ,// edit modified line & cursor line
  362.     coEdi0I          151             ,// edit inactive title color
  363.     coEdiSI          120             ,// edit inactive scroll color
  364.     coEdiMI          120             ,// edit inactive menu color
  365.  
  366.     // file manager window colors
  367.     coFmgT           47              ,// file mgr text color
  368.     coFmgB           160             ,// file mgr block highlight color
  369.     coFmg0           47              ,// file mgr title color
  370.     coFmgS           112             ,// file mgr scroll color
  371.     coFmgM           112             ,// file mgr menu color
  372.     coFmgH           4               ,// file mgr menu highlight color
  373.     coFmgX           160             ,// file mgr menu bar highlight
  374.     coFmgC           14              ,// file mgr title control color
  375.     coFmg0I          39              ,// file mgr inactive title color
  376.     coFmgSI          120             ,// file mgr inactive scroll color
  377.     coFmgMI          120             ,// file mgr inactive menu color
  378.  
  379.     // dialog box colors
  380.     coDlg            127             ,// dialog box color
  381.     coDlgI           112             ,// dialog box inactive color
  382.     coDlgB           127             ,// dialog box border color
  383.     coDlgF           122             ,// dialog box flash color
  384.     coDlgH           4               ,// dialog box highlight color
  385.     coDlgC           14              ,// dialog box control color
  386.  
  387.     // one-line box prompt color
  388.     coBox            -1              ,// one-line box prompt color
  389.                                       //   (-1=window title bar color)
  390.     // button colors
  391.     coButI           32              ,// button inactive color
  392.     coBut            47              ,// button color
  393.  
  394.     // group box colors
  395.     coGrp            63              ,// group box color
  396.     coGrpI           48              ,// group box inactive color
  397.  
  398.     // history tab color
  399.     coRtv            40              ,// history tab color
  400.  
  401.     // video overscan border colors (-1=no change)
  402.     coVib            -1              ,// entry screen border color
  403.     coVibX           -1              ,// exit screen border color
  404.  
  405.  
  406.  // Borders ─────────────────────────────────────────────────────────────
  407.  
  408.     Shadow           1               ,// shadow thickness
  409.  
  410.     BorT             0               ,// border type (0=expanded, 1=single,
  411.                                       //   2=double horz, 3=double vert,
  412.                                       //   4=double, 5=solid, 6=blank)
  413.  
  414.     // for expanded borders (BorT=0):
  415.     BorX             1               ,// x border thickness
  416.     BorY             1               ,// y border thickness
  417.     BorO             2               .// corner overlap length
  418.  
  419.   ).
  420.  
  421.